body,
html {
    margin: 0;
    padding: 0;
    height: 100%
}

body {
    overflow-x: hidden !important;
    font-family: "Microsoft YaHei";
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
    color: #555;
    font-size: 16px;
    line-height: 1.8
}

ul,
ol,
li,
form,
dl {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wp {
    min-width: 320px !important;
    position: relative;
    overflow: hidden
}

a,
button {
    outline: 0 !important
}

a,
a:active {
    cursor: pointer;
    font-family: "Microsoft YaHei";
    text-decoration: none
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4,
p {
    margin: 0;
    font-weight: 400;
    line-height: normal
}

img {
    max-width: 100%;
    height: auto;
    border: none
}

a {
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #555;
}

.clearfix:after,
.clearfix:before {
    display: block;
    content: ''
}

.clearfix:after {
    clear: both
}

.hidden {
    display: none
}

:-moz-placeholder {
    color: #b8a07a
}

::-moz-placeholder {
    color: #b8a07a
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #b8a07a
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b8a07a
}

::-ms-clear {
    display: none
}

.form-control {
    transition: all .3s
}

.form-control:focus {
    background-color: #efefef !important
}

button {
    font-family: "Microsoft YaHei"
}

.lf {
    float: left;
}

.rt {
    float: right;
}

@font-face {
    font-family: 'iconfont';
    /* project id 940127 */
    src: url('//at.alicdn.com/t/font_940127_kty879wu50s.eot');
    src: url('//at.alicdn.com/t/font_940127_kty879wu50s.eot?#iefix') format('embedded-opentype'),
        url('//at.alicdn.com/t/font_940127_kty879wu50s.woff') format('woff'),
        url('//at.alicdn.com/t/font_940127_kty879wu50s.ttf') format('truetype'),
        url('//at.alicdn.com/t/font_940127_kty879wu50s.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

main {
    z-index: 0
}

.section {
    height: 100vh;
    background: #F6F5F0;
    overflow: hidden
}

.section .inner {
    visibility: hidden
}

/**************************************/
.mainBody {
    height: 100vh;
    width: 100vw;
    overflow: hidden
}

.aboutBody {
    overflow: hidden
}

.tel {
    width: 190px
}

header {
    background: #D2C0A2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 3px 18px 0 rgba(14, 5, 10, .2)
}

.logo a {
    display: inline-block;
    text-indent: -9999em;
    width: 145px;
    height: 51px;
    background: url(../images/logo2.png) no-repeat left center
}

.mainBody .logo a {
    background-image: url(../images/logo1.png)
}

header .inner {
    width: 62.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height: 70px;
    -o-transition: .5s ease 0s;
    -moz-transition: .5s ease 0s;
    -webkit-transition: .5s ease 0s;
    transition: .5s ease 0s
}

.mainBody header .inner {
    height: 70px
}

.mainBody header {
    background: rgba(0, 0, 0, .26)
}

#menu li a {
    font-size: 18px;
    color: #fff
}

#header .inner .logo,
#menu {
    float: left;
    position: relative
}

#menu {
    z-index: 1;
    transition: all 0.3s;
}

#menu ul>li {
    float: left;
    margin: 15px 20px;
    position: relative
}

#menu ul>li.active>a {
    font-weight: 700;
    text-shadow: 0 0 10px #e3c464
}

#menu ul>li>a {
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    padding: 0 3px;
    position: relative
}

.wel-bg {
    width: 100%;
    height: 100%
}

.wel-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

/*********************************/
#menutoggle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #c29b43;
    padding: 9px;
    box-sizing: border-box;
    display: block;
    position: relative;
    float: right;
    margin-top: 5px;
    display: none;
}

#menutoggle:hover {
    background-color: #c29b43
}

#menutoggle:hover div {
    background-color: #fbfaf5
}

#menutoggle div {
    width: 25px;
    height: 3px;
    background-color: #c29b43;
    position: absolute;
    -o-transition: .5s ease 0s;
    -moz-transition: .5s ease 0s;
    -webkit-transition: .5s ease 0s;
    transition: .5s ease 0s
}

#menutoggle div.bar1 {
    top: 14px
}

#menutoggle div.bar2 {
    top: 23px
}

#menutoggle div.bar3 {
    top: 30px
}

#menutoggle.active div {
    -o-transition: .5s ease 0s;
    -moz-transition: .5s ease 0s;
    -webkit-transition: .5s ease 0s;
    transition: .5s ease 0s;
    top: 23px
}

#menutoggle.active .bar1 {
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center
}

#menutoggle.active .bar2 {
    width: 0
}

#menutoggle.active .bar3 {
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center
}

/*991 max-md-size*/
.max-md-size #menutoggle {
    display: block
}

.max-md-size #header.active .inner .logo .logoImg1,
.max-md-size #header.active .inner .logo .logoImg2 {
    display: none
}

.max-md-size #header.active .inner .logo .logoImg3 {
    display: block
}

/*.max-md-size #header.active{border-bottom:1px solid #f0e7d1}*/
.max-md-size #header .inner {
    padding: 0 15px;
    height: 64px
}

.max-md-size #header .inner .logo,
.max-md-size #header.active .inner .logo {
    width: 110px;
    height: auto
}

.max-md-size #header.active #menu,
.max-md-size #menu {
    margin-top: 0;
    width: 100%;
    margin: 0;
    float: none;
    position: fixed;
    top: 64px;
    left: 0;
    background-color: #fbfaf5;
    overflow-y: auto;
    height: 0;
    z-index: 99
}

.max-md-size #header.active #menu.active,
.max-md-size #menu.active {
    height: -moz-calc(100vh - 64px);
    height: -webkit-calc(100vh - 64px);
    height: calc(100vh - 64px)
}

.max-md-size #menu ul {
    display: block
}

.max-md-size #menu>ul>li {
    margin: 0;
    float: none;
    width: 100%
}

.max-md-size #header.active #menu ul>li>a,
.max-md-size #menu ul>li>a {
    color: #c29b43;
    font-weight: 400;
    padding: 0
}

.max-md-size #header.active #menu ul>li>a,
.max-md-size #menu ul>li>a {
    color: #997021;
    padding-left: 6%;
    font-size: 18px;
    display: block;
}

.max-md-size .tel {
    display: none
}

#header .iconfont {
    display: none;
}

.max-md-size #header.active .iconfont {
    font-size: 24px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}

/*1199 max-md-size*/
.max-lg2-size #menu li a {
    font-size: 16px
}

.max-lg2-size #menu ul>li {
    margin: 15px 15px
}

.max-lg-size #menu ul>li {
    margin: 15px 6px
}

/*home footer*/
.home-foot {
    padding: 5px 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    border: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(30, 72, 105, .61)
}

/* .max-sm-size  .home-foot{display:none;} */
/*home*/
#homeView {
    position: relative
}

#homeView #banner {
    width: 100%;
    height: 100vh;
    overflow: hidden
}

#homeView .slider {
    animation-delay: .3s
}

#homeView .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#homeView .scroll {
    display: block;
    width: 65px;
    height: 50px;
    padding-top: 15px;
    border-radius: 50%;
    background-color: rgba(223, 170, 86, .8);
    text-align: center;
    color: #000;
    font-size: 16px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -32.5px;
    cursor: pointer;
    -webkit-animation: mybottom 1s ease-in 2s infinite alternate;
    -moz-animation: mybottom 1s ease-in 2s infinite alternate;
    animation: mybottom 1s ease-in 2s infinite alternate;
    transition: all .5s
}

@keyframes mybottom {
    0% {
        bottom: 30px
    }

    100% {
        bottom: 45px
    }
}

@-webkit-keyframes mybottom {
    0% {
        bottom: 45px
    }

    100% {
        bottom: 30px
    }
}

#homeView .scroll span {
    display: block;
    font-size: 25px;
    line-height: 38px;
    color: #fff
}

#homeView .scroll:hover {
    background-color: #DFAA56
}

/* 991 max-md-size */
.max-md-size #homeView #banner {
    height: 100vh;
}

/*middle content*/
section .middle {
    padding-top: 70px;
    height: calc(100vh - 70px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 62.5%;
    margin: 0 auto
}

.middle>div {
    display: block;
    width: 100%;
    box-sizing: border-box
}

.commonTitle {
    text-align: center;
    margin-bottom: 42px
}

.commonTitle h4 {
    font-size: 32px;
    color: #333;
    font-weight: 700
}

.commonTitle p {
    font-size: 16px;
    color: #939393;
    margin-top: 20px
}

.aboutBox {
    padding: 5%;
    background: #fff;
    border: 1px solid #E0E0E0
}

.sque {
    width: 150px;
    height: 150px;
    background: #E1C26B;
    position: absolute;
    bottom: 0;
    left: 0
}

.aboutpic {
    width: 40%;
    float: left;
    position: relative;
    height: 300px
}

.aboutTxt {
    width: 52%;
    float: right;
    font-size: 14px;
    text-align: justify
}

.aboutpic img {
    position: absolute;
    top: 0;
    left: 20px
}

/*———————————————————————————————团队————————————————————————————*/
#team {
    background: url(../images/tdbg.jpg) no-repeat center;
    background-size: cover
}

.commonTitle2 p {
    color: #D0AB70;
    line-height: 2
}

.teamBox span {
    display: inline-block;
    width: calc(100%/3 - 20px);
    margin: 0 10px;
    float: left;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    line-height: 32px
}

.teamBox span img {
    display: block;
    margin: 0 auto;
}

#team .otherInfo {
    text-align: center;
    font-size: 20px;
    color: #5D5D5D;
    line-height: 1.8;
    margin-top: 38px;
    width: 80%
}

/* ====================环境风采==========================*/
#fc {
    background: url(../images/fcbg.jpg) no-repeat center;
    background-size: cover
}

.fcBox span {
    line-height: 1;
    margin-bottom: 20px
}

#lx .pic {
    background: #fff;
    padding: 12px 0
}

#lx .pic img {
    width: calc(100%/2 - 20px);
    margin: 0 10px
}

#lx .middle {
    width: 100%
}

/*footer*/
.contentMiddle,
.pageContainer {
    width: 62.5%;
    margin: 0 auto
}

footer {
    background: #E5D6BE;
    border-top: 10px solid #FCF4E8;
    font-size: 16px
}

footer .fNav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 3% 0
}

.fNav dl {
    text-align: left
}

.fNav dl dt {
    font-size: 20px;
    color: #333;
    margin-bottom: 16px
}

.fNav dl dd {
    margin-left: 0;
    line-height: 2
}

.fNav dl dd a {
    display: block;
    width: 100%
}

.qr {
    text-align: center;
    width: 140px
}

.fLX {
    line-height: 2.2
}

.copyright {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
    text-align: center
}

.copyRight2 {
    background: #fff;
    color: #5D460F;
    text-align: center;
    display: none
}

#lx .middle {
    justify-content: flex-end
}

/*======================整屏滚动整体==============================*/
/*1620*/
.max-bg2-size .contentMiddle,
.max-bg2-size .middle,
.max-bg2-size .pageContainer,
.max-bg2-size header .inner {
    width: 80%
}

/*1407*/
.max-bg-size .contentMiddle,
.max-bg-size .middle,
.max-bg-size .pageContainer,
.max-bg-size header .inner {
    width: 85%
}

.max-bg-size .sque {
    display: none
}

.max-bg-size .aboutpic img {
    position: inherit
}

.max-lg2-size footer {
    font-size: 14px
}

.max-lg2-size .fNav dl dt {
    font-size: 16px
}

/*调整<991*/
.min-md-size #lx .commonTitle {
    display: none
}

.max-sm-size body {
    font-size: 14px
}

.max-xs-size body {
    font-size: 13px
}

/* .max-md-size footer{display:none} */
.wpFooter {
    display: none
}

.max-md-size .wpFooter {
    display: block;
    padding: 5%;
    text-align: left;
    background-color: #E1C26B;
    color: #fff;
    box-sizing: border-box
}

.max-md-size .fp-tableCell,
.max-md-size .section {
    height: auto !important
}

.max-md-size .copyRight2 {
    display: block;
    padding: 20px 0
}

.max-md-size #aboutInfo .for-web {
    display: none
}

#aboutInfo .for-mobile {
    display: none
}

.max-md-size #aboutInfo .for-mobile {
    display: block;
    padding: 4%
}

.max-md-size .pageContainer,
.max-md-size section .middle {
    width: 97%;
    height: auto !important
}

.max-md-size #fc .middle,
.max-md-size #lx .middle,
.max-md-size #team .middle {
    padding-top: 20px
}

.max-md-size .commonTitle {
    margin-bottom: 10px
}

.max-md-size .teamBox span {
    width: 100%;
    margin: 5px 0
}

.max-md-size #team .otherInfo {
    width: 98%;
    font-size: 14px;
    line-height: 1.6;
    margin: 20px auto
}

.max-md-size .commonTitle h4 {
    font-size: 24px
}


/*次页*/
.pageContainer {
    width: 63.2%
}

.cbanner {
    margin-top: 70px
}

.max-md-size .cbanner {
    margin-top: 64px
}

.cbanner img {
    line-height: 1;
    vertical-align: bottom
}

.pageContent {
    background: #F6F5F0;
    padding-bottom: 50px
}

.cNav {
    background: #fff;
    border-bottom: 1px solid #DEDEDE
}

.max-md-size #partnav {
    width: 100%
}

#partnav li {
    width: 25%;
    border-right: 1px solid #ddd;
    float: left;
    text-align: center
}

#partnav li a {
    display: block;
    color: #454545;
    padding: 1rem 0;
    font-size: 1.25rem
}

.max-md-size #partnav li a {
    padding: 10px 0;
    font-size: 14px
}

#partnav li.active a {
    background: #D2C0A2;
    color: #fff
}

.contentCenter {
    padding: 30px 0
}

/*殡葬服务*/
.zs1 .whiteBorder {
    padding: 10px;
    background: #fff;
    text-align: center;
    display: block;
    line-height: 1.6;
    font-size: 1.125rem;
    width: calc(100%/3 - 20px);
    margin: 10px;
    float: left;
    box-sizing: border-box
}

.whiteBorder {
    padding: 10px;
    background: #fff;
    text-align: center;
    display: block;
    line-height: 1.6;
    font-size: 1.125rem
}

.whiteBorder img {
    display: block;
    margin: 0 auto;
}

.contentCenter img {
    max-width: 100% !important;
    height: auto !important;
}

.contentCenter .txt {
    font-size: 18px;
    text-align: justify
}

.contentCenter .line {
    width: 100%;
    height: 4px;
    background: #E7C68E;
    margin: 3rem 0
}

.zs2Top .whiteBorder {
    width: 48.5%;
    box-sizing: border-box
}

.zs2Bottom .whiteBorder {
    width: 30%;
    margin: 30px 0;
    box-sizing: border-box
}

.zs2Bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.zs3All .whiteBorder {
    width: calc(100%/3 - 40px);
    margin: 15px 0;
    margin-right: calc(16px*3 / 2);
    display: inline-block
}

.zs3All .whiteBorder:nth-child(3n) {
    margin-right: 0
}

.max-md-size .whiteBorder {
    font-size: 12px;
    margin: 8px auto;
    width: 100%;
}

.max-md-size .zs1Lf,
.max-md-size .zs1Rt {
    width: 100%
}

.max-md-size .contentCenter .txt {
    font-size: 14px
}

.max-md-size .contentCenter .line {
    margin: 1rem auto
}

.max-md-size .zs3All .whiteBorder {
    width: calc(100%/3 - 25px)
}

/*搜索*/
.pageContainer {
    position: relative;
    overflow: hidden
}

#searchform {
    overflow: hidden
}

.search-boxForm {
    position: absolute;
    top: 13px;
    right: 0;
    height: 42px
}

.search-boxForm input {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #DEDEDE;
    color: grey;
    outline: 0;
    float: left
}

button {
    height: 42px;
    line-height: 42px;
    color: #2A2A2A;
    background: #DEDEDE;
    border: 0;
    width: 74px;
    display: inline-block;
    float: left;
    text-align: center
}

.max-md-size .search-boxForm {
    top: 1px;
    display: none;
}

.blfw {
    background: url(../images/fwbg1.jpg) no-repeat center;
    background-size: cover;

}

.lyfw {
    background: url(../images/fwbg2.jpg) no-repeat center;
    background-size: cover;

}

.gxhlt {
    background: url(../images/fwbg3.jpg) no-repeat center;
    background-size: cover;

}


/*新闻*/
.newsContent {
    padding: 0 10px
}

.newsContent .newsList li {
    width: 50%;
    overflow: hidden;
    padding: 15px;
    float: left;
    box-sizing: border-box
}

.newsContent .newsList .pic {
    width: 30%;
    float: left
}

.newsContent .newsList dl {
    width: 67%;
    float: right;
    font-size: 14px
}

.newsContent .newsList dl a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    display: inline-block;
    color: #6C6C6C;
    transition: all .3s ease-in-out;
    width: 70%;
    font-weight: 700;
    font-size: 18px
}

.newsList dl .date {
    float: right;
    font-size: 12px;
    color: #A9A9A9;
    font-weight: 400;
    margin-top: 5px
}

.newsList dt {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}

.newsList dd.info {
    color: #454545;
    font-size: 12px;
    margin-left: 0
}

.newsList dd.more {
    text-align: right;
    font-size: 12px
}

.newsContentBox {
    background: #fff
}

.pageShow {
    background: #E5E5E5;
    text-align: center;
    width: 98%;
    margin: 10px auto;
    padding: 12px 0
}

.pageContent .content .title_info {
    margin-top: 20px;
    margin-bottom: 20px
}

.pageContent .content .title_info h3 {
    color: #2C2C2C;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700
}

.pageContent .content .title_info p {
    margin-bottom: 26px;
    padding: 16px 0;
    border-bottom: 1px dashed #EEE;
    text-align: center;
    line-height: 2
}

.pageContent .content .title_info p span {
    margin: 0 18px;
    font-size: 14px;
    color: #CACACA
}

.pageContent .links,
.pageContent .links>a {
    margin-top: 25px;
    color: #999;
    font-size: 14px;
    line-height: 2
}

.pageContent .links>a:hover {
    color: #FDA127
}

.newsContent2 {
    padding: 0 20px
}

.max-md-size .newsContentBox {
    width: 100% !important
}

.max-md-size .newsContent .newsList li {
    width: 100%;
    padding: 10px 8px
}

.max-md-size .newsContent .newsList .pic,
.max-md-size .newsContent .newsList .pic img,
.max-md-size .newsContent .newsList dl {
    width: 100%
}

.max-md-size .pageContent .content .title_info p span {
    font-size: 12px;
    margin: 0 10px
}


/*联系方式*/
.lxBox .map {
    width: 56%;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
    float: left
}

.lxBox .contactInfo {
    width: 40%;
    float: right;
    font-size: 14px
}

.contactInfo .colTil {
    font-size: 24px;
    color: #333;
    display: block;
    margin-bottom: 10px
}

.contactInfo .div1 p {
    line-height: 2
}

.contactInfo .div1 p span {
    width: 50%;
    display: inline-block;
    float: left;
    font-size: 14px
}

.contactInfo .div2 .colTil {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #ddd
}

.trainLine {
    font-size: 20px;
    color: #606060;
    margin: 15px 0
}

.trainLine em {
    font-style: normal;
    color: #CA9E5A
}

.contactInfo .div2 {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px
}

.contactInfo .div1 p span,
.max-xs-size .lxBox>div {
    width: 100%
}

/*返回顶部*/
#top {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #5d460f;
    color: #fff;
    font-size: 12px;
    font-weight: bolder;
    text-align: center;
    position: fixed;
    bottom: 8%;
    right: 12px;
    z-index: 5;
    transition: all .5s;
    display: none
}

#top span {
    display: block;
    font-size: 20px;
    margin-bottom: -8px;
    margin-top: 5px
}

#HomeBanner {
    width: 100%;
    height: 100vh;
    overflow: hidden
}

#choose {
    background: url(../images/66.jpg) no-repeat center;
    background-size: cover
}

#choose p {
    display: flex;
    align-items: center;
    justify-content: space-around
}

#choose button {
    display: inline-block;
    width: 36%;
    background: #D1C0A3;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: auto;
    float: inherit
}

#choose button a {
    font-size: 24px;
    color: #fff;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 80px
}

.max-md-size #choose {
    height: 230px !important
}

.max-md-size #choose .middle {
    height: 100% !important
}

.max-md-size #choose button a {
    line-height: 40px;
    font-size: 20px
}


.max-h800-size .commonTitle p {
    line-height: 1.6;
    margin-top: 16px;
}

.max-h800-size #team .otherInfo {
    margin-top: 22px;
}

.max-h800-size .commonTitle {
    margin-bottom: 20px;
}

.max-h800-size .fcBox span {
    margin-bottom: 10px;
}

.max-h800-size .teamBox span {
    width: calc(100%/3 - 10px);
    margin: 5px;
}

.max-h800-size #fc .teamBox span img {
    max-height: 180px;
    width: 100%;
}

.max-h800-size footer .fNav {
    padding: 2% 0;
}

.max-h800-size #lx .pic img {
    max-height: 270px;
    object-fit: cover;
}

.fixbar {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 50px;
    background-color: #2d8a44;
    color: #fff;
    z-index: 90;
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, .05);
    -moz-box-shadow: 0 0 20px rgba(255, 255, 255, .05);
    box-shadow: 0 0 20px rgba(255, 255, 255, .05)
}

.fixbar div {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fixbar a {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    width: 100%;
    /* width:-webkit-calc(100% / 3);
	width:-moz-calc(100% / 3);
	width:calc(100% / 3); */
    position: relative;
    display: block
}

.fixbar a img {
    width: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.fixbar a+a:after,
.b_menu a+a:before {
    content: '';
    width: 1px;
    height: 60%;
    background-color: #fff;
    left: 0;
    top: 20%;
    position: absolute;
    opacity: .2
}

.fixbar a i {
    font-size: 18px;
    margin-right: 5px;
}

.fixbar:before {
    contain: '';
    height: 50px;
    left: 0;
    bottom: -50px;
    position: absolute;
    background-color: #fff;
    width: 100%
}

@media (max-width: 767px) {
    .fixbar {
        display: block;
    }

    .fixbar a {
        font-size: 18px;
    }
}

@media(min-width:768px) and (max-width: 991px) {
    .fixbar a {
        font-size: 14px;
    }
}

/*QQ*/
.s {
    position: fixed;
    width: 54px;
    right: 0;
    top: 400px;
    z-index: 100;
}

.s ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    /*border-bottom:1px solid #444;*/
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    position: relative
}

.s ul li .wxbox {
    position: absolute;
    right: 54px;
    top: 0;
    z-index: 3;
    transform: translateX(300px);
}

.erweima {
    box-shadow: 0 0 15px #e4e4e4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 12px;
    color: #666;
    background: #fff;
    box-sizing: border-box;
    opacity: 1
}

.erweima img {
    width: 100px;
    height: 100px;
}

.erweima p {
    width: 100px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.s ul li:nth-child(3):hover .wxbox {
    transition: all 300ms linear;
    transform: translateX(0);
}

.s ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 14px/54px "microsoft yahei";
    overflow: hidden;
}

.s ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}

.s ul li .sidetop:hover {
    background: #D2C0A2;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.s ul li img {
    float: left;
}

@media (max-width: 767px) {
    .home-foot{
        bottom: 50px;
    }
    .s {
        display: none;
    }
    footer .fNav{
        display: none;
    }
}